ApplicationConfigurationService.computeEffectiveLogFilterValue Method
Computes the effective value for an application setting from the perspective of the specified scope.
Parameters
- settingId
-
Type: string
The ID of the setting. In this instance, it would be the setting ID for the Log Filter.
- scope
-
Type: AppSettingScope
The application setting scope.
- scopeTarget
-
The scope target. It can be null, a string [such as server name] or a number [such as server group ID].
- value
-
Type: string
The XML representation of the log filters.
EXAMPLE:
- Off
[In JavaScript, Off would be dundas.logging.LogLevel.OFF]
Return Value
Type: jQuery.Promise
Value: dundas.configuration.AppSettingValue
A promise object that is resolved when the call is complete.